home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol E-14
/
Vol E-14.iso
/
games
/
reelgold.swf
/
scripts
/
frame_3
/
PlaceObject2_55_7
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2014-03-11
|
208b
|
8 lines
onClipEvent(enterFrame){
this.bar._xscale = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
if(_root.getBytesLoaded() >= _root.getBytesTotal())
{
_root.gotoAndPlay("menu");
}
}